Unify uboot and syslinux test cases
authorColin Walters <walters@verbum.org>
Wed, 15 Jan 2014 14:48:04 +0000 (09:48 -0500)
committerColin Walters <walters@verbum.org>
Wed, 15 Jan 2014 14:48:04 +0000 (09:48 -0500)
commit5bf6099a8b9749fb3c5e1ee239702f57f044ec4a
tree3ce7ae61b9094de31621cc73631ca4c539f4bc33
parentfd8bd356ae60093fce6633f79a5d98a6a26aaac9
Unify uboot and syslinux test cases

The test-admin-deploy-1 was copied into -uboot at some point.  But
really they should be testing exactly the same thing, except for
the bootloader backend.

Unify these tests by extracting a common test core.
Makefile-tests.am
tests/admin-test.sh [new file with mode: 0755]
tests/test-admin-deploy-1.sh [deleted file]
tests/test-admin-deploy-syslinux.sh [new file with mode: 0755]
tests/test-admin-deploy-uboot.sh